home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / HAM_RAD / 3345.ZIP / SNDCNV.DOC < prev    next >
Text File  |  1988-06-06  |  594b  |  15 lines

  1.     If you have files of 8-bit samples for Phil Karn's "play" program,
  2.     you can convert them using the program "sndcnv".  Sndcnv scales the
  3.     samples, and deletes every other sample.  (The files Phil distributed
  4.     were mostly oversampled by 2.)
  5.  
  6.     For example, starting with the file "circuits", which is 8-bit samples
  7.     @ 22ks/s, we convert to "circuits.2" which is 16-bit samples @ 11ks/s
  8.  
  9.     sndcnv circuits. circuits.2
  10.     nkfsa -sfcircuits.2 -sr11000
  11.  
  12.     it is not necessary to specify the sample rate when you feed NKFSA from
  13.     a file, but it does make the frequency annotation correct.
  14.  
  15.